ot::Time::operator>=() const method
Indicates whether this `Time` instance is after or equal to another one.
Arguments
aOther
A `Time` instance to compare with.
Return value
TRUE This `Time` instance is after or equal to @p aOther. FALSE This `Time` instance is not after or equal to @p aOther.